[WIP] IMEX Advection w/ source example #1306
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Summary
There is no reason to review this since I am not planning to merge this into Parthenon.
This example solves the equation$\partial_t \phi + \nabla \cdot (\vec{v} \phi) = - \phi / \tau$ using the IMEX RK integrators of Pareschi and Russo, where the flux term is treated explicitly and the source term is treated implicitly. It is really just an example of a possible way to write the task list for this type of integrator rather than a true test of the implementation, since this system doesn't really stress the integrator.
PR Checklist